Fix documentation links
authorJohn Tsichritzis <[email protected]>
Tue, 28 May 2019 11:45:06 +0000 (12:45 +0100)
committerJohn Tsichritzis <[email protected]>
Tue, 28 May 2019 11:45:06 +0000 (12:45 +0100)
Change-Id: Ic09e74f22b43fba51ee17cd02b5e1dc5d8e0bb63
Signed-off-by: John Tsichritzis <[email protected]>
docs/change-log.rst
docs/components/sdei.rst
readme.rst

index 5941a8ba0c1578cff2e49c568a02597cada0ab69..22effb1358ea704e93cc20a0682c598c0c19ac0d 100644 (file)
@@ -2428,6 +2428,7 @@ releases of TF-A.
 .. _Contribution Guide: ./contributing.rst
 .. _Authentication framework: ./design/auth-framework.rst
 .. _Firmware Update: ./design/firmware-update.rst
+.. _Firmware Design: ./design/firmware-design.rst
 .. _TF-A Reset Design: ./design/reset-design.rst
 .. _Power Domain Topology Design: ./design/psci-pd-tree.rst
 .. _TF-A wiki on GitHub: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Image-Terminology
index 845a2955673a82a77d3ad6bfadea851d0d22bc4d..6d0e1563d64928fe951a70dd0e1a3bbfa4fa2e66 100644 (file)
@@ -41,7 +41,7 @@ execute the registered handler [10]. The client terminates its execution with
 original EL2 execution [13]. Note that the SDEI interrupt remains active until
 the client handler completes, at which point EL3 does EOI [12].
 
-Other than events bound to interrupts (as depicted in the sequence above, SDEI
+Other than events bound to interruptsas depicted in the sequence above, SDEI
 events can be explicitly dispatched in response to other exceptions, for
 example, upon receiving an *SError* or *Synchronous External Abort*. See
 `Explicit dispatch of events`_.
@@ -370,3 +370,4 @@ implemented in assembly, following a similar pattern as below:
 
 .. _SDEI specification: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
 .. _SDEI porting requirements: ../getting_started/porting-guide.rst#sdei-porting-requirements
+.. _Software Delegated Exception Interface: `SDEI specification`_
index 02aa392e94aef285c80b03a9769ba9f039506346..378982f71ddb487c1a4e63c439bf95ac0059634f 100644 (file)
@@ -341,8 +341,8 @@ Security advisories
 .. _Acknowledgments: ./docs/acknowledgements.rst
 .. _Firmware Design: ./docs/design/firmware-design.rst
 .. _Change Log: ./docs/change-log.rst
-.. _User Guide: ./docs/getting-started/user-guide.rst
-.. _Porting Guide: ./docs/getting-started/porting-guide.rst
+.. _User Guide: ./docs/getting_started/user-guide.rst
+.. _Porting Guide: ./docs/getting_started/porting-guide.rst
 .. _FreeBSD: http://www.freebsd.org
 .. _SCC: http://www.simple-cc.org/
 .. _Security Advisory TFV-1: ./docs/security_advisories/security-advisory-tfv-1.rst